<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS initialization */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    min-height: 800px;
    font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

td, th, caption {
    font-size: 14px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #363636;
    transition: 0.3s;
}

a:hover{
    color: #ff2c32;
}

img {
    display: block;
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/background.jpg") no-repeat center top;
    background-size: 100% 100%;
    z-index: -9999;
}

/* ==========================================================================
   Component: 分页
 ============================================================================ */
.page{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.page a{
    padding: 4px 10px;
    border: 1px solid #949494;
    margin: 0 2px;
    color: #797979;
}
.page a:hover,.page a.on{
    border-color: #ff2c32;
    background: #ff2c32;
    color: #f8f8f8;
}
.page .current{
    padding: 4px 10px;
    border: 1px solid #ff2c32;
    margin: 0 2px;
    background: #ff2c32;
    color: #f8f8f8;
}
.page .next,.page .prev{
    height: 30px;
}
.page .prev{
    padding-left: 15px;
    background: url("../images/page_l.png") no-repeat;
}
.page .next{
    padding-right: 15px;
    background: url("../images/page_r.png") top right no-repeat;
}

/* ==========================================================================
   Component: logo-bar  头部
 ============================================================================ */
.logo_bar{
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    border-bottom: 5px solid #ff2c32;
    z-index: 9999;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.logo_bar .logo{
    float: left;
    width: 335px;
    height: 110px;
}
.logo_bar .logo_right{
    float: right;
    width: 845px;
}
.logo_right .logo_tel{
    width: 845px;
    margin-top: 17px;
}
.logo_tel .tel_number{
    float: right;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #656565;
    background: url("../images/logo-tel.png") left top no-repeat;
}
.logo_right .logo_menu{
    float: right;
    width: 845px;
    margin-top: 15px;
}
.logo_menu ul{
    float: right;
}
.logo_menu ul li{
    float: left;
    padding-left: 35px;
    font-size: 18px;
}
.logo_menu ul li a{
    color: #333333;
}
.logo_menu ul li a:hover{
    color: #ff2c32;
}


/* ==========================================================================
   Component: 首页样式
 ============================================================================ */
/*首页栏目公告头部*/
.column_title{
    width: 240px;
    height: 140px;
    margin: 0 auto;
    color: #363636;
    position:relative;
    background: url("../images/column-title.png") no-repeat;
}
.column_title .title_cn{
    text-align: center;
    font-size: 24px;
    padding: 10px;
}
.column_title .title_en{
    position: absolute;
    font-size: 24px;
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: -50%;
}
.column{
    padding: 70px 0 0;
}
.column_more{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    margin: 25px auto;
}
.column_about_more{
    position: absolute;
    bottom: -27px;
    left: 455px;

}
.column_news_more{
    position: absolute;
    bottom: 0px;
    left: 380px;

}
.column_more a{
    color: #9c9c9c;
    transition: 0.3s;
}
.column_more a:hover{
    color: #ff2c32;
    transition: 0.3s;
}



.advantage_list{
    width: 1060px;
    height: 218px;
    margin: 0 auto;
}
.advantage_item{
    float: left;
    width: 192px;
    height: 218px;
    margin: 0 36px;
}
.advantage_item img{
    margin: 0 auto;
}

.case_list{
    width: 1200px;
    height: 500px;
}
.case_list .case_left{
    float: left;
    width: 800px;
    height: 500px;
    position: relative;
}
.case_left .script_left{
    width: 780px;
    height: 72px;
    line-height: 24px;
    color: #ffffff;
    background: #ff2c32;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.5s;
}
.case_left a:hover .script_left{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition: 0.5s;
}
.case_list .case_right{
    float: left;
    width: 390px;
    height: 500px;
    margin-left: 10px;
}
.case_right_top,.case_right_bottom{
    position: relative;
    display: block;
}
.case_right .script_right{
    width: 380px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #ffffff;
    background: #ff2c32;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.5s;
}
.case_right_top:hover .script_right,.case_right_bottom:hover .script_right{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition: 0.5s;
}
.case_right .case_right_bottom{
    display: block;
    margin-top: 10px;
}

.honor_list{
    height: 270px;
}
.honor_item{
    width: 390px;
    height: 270px;
    float: left;
    margin: 0 10px 20px 0;
    position: relative;
    overflow: hidden;
}
.honor_cover{
    width: 390px;
    height: 270px;
    background: url("../images/honor_cover.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.5s;

}
.honor_item a:hover .honor_cover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition: 0.5s;
}
.honor_item img{
    transition: 0.5s;
}
.honor_item a:hover img{
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s;
}


.product_list #tabs{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
#tabs a{
    color: #797979;
}
#product_content{
    height: 660px;
    width: 1200px;
    margin: 20px 0 0;
}
.product_list #current{
    border-bottom: 2px solid #ff2c32;
    height: 39px;
}
#current a{
    color: #ff2c32;
}
.product_list ul li{
    float: left;
    padding: 0 5px;
}
.tab_left{
    float: left;
    width: 500px;
}
.tab_left .tab_title{
    width: 440px;
    height: 230px;
    margin-bottom: 10px;
    padding: 50px 30px;
    color: #ffffff;
    background: url("../images/product_name.png") no-repeat;
}
.tab_title .class_title{
    font-size: 24px;
    width: 440px;
}
.tab_title .class_script{
    height: 84px;
    line-height: 28px;
    width: 440px;
    overflow: hidden;
    padding: 30px 0;
}
.tab_title .product_more{
    display: block;
    height: 22px;
    line-height: 22px;
    width: 145px;
    color: #ffffff;
    margin-top: 20px;
    background: url("../images/product_more.png") no-repeat top right;
}
.tab_left .tab_item1{
    width: 500px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.tab_right{
    width: 690px;
    float: left;
    margin-left: 10px;
}
.tab_right .tab_item2{
    height: 432px;
    width: 690px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.tab_item3 .tab_item3_1,.tab_item3 .tab_item3_2{
    float: left;
    width: 340px;
    height: 218px;
    overflow: hidden;
    position: relative;
}
.tab_item3 .tab_item3_1{
    margin-right: 10px;
}
.tab_item img{
    transition: 0.5s;
}
.tab_item a:hover img{
    width: 105%;
    height: 105%;
    overflow: hidden;
    transition: 0.5s;
}


.about_box{
    width: 1200px;
    height: 460px;
    color: #363636;
    position: relative;
    background: url("../images/about_bg.png") no-repeat;
}
.about_title_box{
    height: 110px;
    padding: 30px 45px;
    font-size: 24px;
}
.about_title_box .about_title{
    margin: 0 0 6px;
}
.about_title_box .about_honor{
    color: #ff2c32;
    font-size: 20px;
    margin-top: 20px;
}
.about_con{
    width: 510px;
    height: 200px;
    line-height: 30px;
    font-size: 16px;
    padding: 25px 45px;
    overflow: hidden;
}

.news{
    width: 100%;
    color: #363636;
    overflow: hidden;
}
.news_box{
    width: 1200px;
    height: 280px;
    position: relative;
}
.news_left{
    width: 960px;
    height: 280px;
    position: absolute;
    top: 0;
    left: -480px;
    padding-left: 480px;
    background: #ffffff;
}
.news_one_item{
    width: 720px;
    height: 220px;
    padding: 30px 0;
}
.news_one_img{
    float: left;
    width: 320px;
    height: 220px;
}
.news_one_con{
    float: left;
    width: 360px;
    height: 220px;
    padding: 0 20px;
}
.news_one_con .noc_title{
    height: 45px;
    width: 360px;
    position: relative;
    background: url("../images/news-one.png") no-repeat;
}
.noc_title h3{
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 20px;
    width: 310px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_one_con .noc_con{
    height: 104px;
    width: 360px;
    line-height: 26px;
    margin: 20px 0;
    overflow: hidden;
}
.news_one_con .noc_more a{
    color: #ff2c32;
    transition: 0.5s;
}
.news_one_con .noc_more a:hover{
    color: #c7c7c7;
    transition: 0.5s;
}
.news_right{
    width: 960px;
    height: 280px;
    position: absolute;
    top: 0;
    right: -480px;
    background: #dbc4b4;
}
.small_item{
    position: relative;
    height: 220px;
    width: 460px;
    padding: 30px 0 30px 20px;
}
.small_item .ns_item{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #363636;
}
.ns_item .ns_number{
    float: left;
    width: 35px;
    font-size: 18px;
    font-weight: bold;
}
.ns_item .ns_title{
    float: left;
    width: 295px;
    font-weight: bold;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ns_item .ns_time{
    float: left;
    width: 100px;
}


.footer{
    width: 100%;
    height: 130px;
    margin: 50px 0 0;
    color: #e6e6e6;
    background: #262626;
}
.footer .friend_link{
    height: 50px;
    line-height: 50px;
}
.friend_link span,.fixed_bottom span{
    padding: 0 15px 0 0;
}
.friend_link a{
    color: #e6e6e6;
    padding-right: 15px;
}
.footer .footer_info{
    text-align: center;
    height: 60px;
    line-height: 30px;
    padding: 10px 0;
    color: #c5c5c5;
    background: #1c1c1c;
}
.footer_info span{
    padding: 0 7px;
}
.fixed_bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #e6e6e6;
    background: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}


/* ==========================================================================
   Component: 关于我们
 ============================================================================ */
.inside_banner{
    width: 100%;
    height: 380px;
    margin-top: 115px;
    overflow: hidden;
    position: relative;
}
.inside_banner img{
    width: 100%;
    height: 380px;
}

.content{
    width: 100%;
    position: relative;
    margin-top: -40px;
}
.content .nav{
    width: 100%;
    height: 40px;
    word-spacing: -5px;
    background: rgba(0,0,0,0.7);
}
.nav a{
    height: 40px;
    line-height: 40px;
    width: 150px;
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: url("../images/nav_bg.png") top left no-repeat;
}
.nav a:last-child{
    background: none;
}
.nav a:hover,.nav a.on{
    background: #ff2c32;
}

.inside_column{
    height: 80px;
    width: 450px;
    font-size: 30px;
    padding: 7px 0;
    margin: 50px 0 30px;
    color: #443636;
    background: url("../images/ic_bg.png") no-repeat;

}
.inside_column .ic_cn{
    padding-left: 80px;
    font-size: 26px;
}
.inside_con{
    min-height: 400px;
}
.inside_con .about_left{
    float: left;
    width: 670px;
    min-height: 500px;
    line-height: 30px;
    color: #656565;
    margin-right: 30px;
}
.left_img{
    margin: 30px 0;
}
.inside_con .about_right{
    float: left;
    width:500px;
}
.about_right img,.about_left img{
    width: 100%;
    height: auto;
}


.hitem_cover{
    width: 370px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.5s;

}
.honor_item a:hover{
    color: #fff;
}
.honor_item:hover .hitem_cover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition: 0.5s;
}


/* ==========================================================================
   Component: 新闻中心
 ============================================================================ */
.news_big{
    width: 1170px;
    height: 220px;
    padding: 30px 15px;
    background: #ffffff;
}
.news_big .big_left{
    float: left;
    width: 320px;
    height: 220px;
}
.news_big .big_right{
    float: left;
    width: 800px;
    height: 220px;
    margin-left: 50px;
}
.big_right .big_title{
    width: 700px;
    height: 45px;
    line-height: 45px;
    padding-left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    color: #ff2c32;
    background: url("../images/bn_bg.png") no-repeat;
}
.big_right .big_con{
    margin: 20px 0;
    width: 800px;
    height: 90px;
    color: #797979;
    line-height: 30px;
    overflow: hidden;
}
.big_right .big_more{
    height: 21px;
    line-height: 21px;
    padding-left: 25px;
    color: #ff2c32;
    background: url("../images/bn_more.png") no-repeat;
}
.big_more:hover{
    color: #797979;
}
.ins_box{
    width: 1200px;
    height: auto;
    margin: 20px 0 50px;
}
.ins_small{
    float: left;
    width: 770px;
    padding: 30px 15px;
    background: #ffffff;
}
.ins_item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c7c7c7;
}
.ins_item .ins_title{
    float: left;
    width: 630px;
    font-weight: bold;
    padding: 0 30px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ins_item .ins_time{
    float: left;
    width: 100px;
    color: #9d9d9d;
    text-align: right;
}
.small_right{
    float: left;
    width: 380px;
    height: 552px;
    margin-left: 20px;
}


/* ==========================================================================
   Component: 产品
 ============================================================================ */
.p_class{
    width: 1200px;
    margin: 0 0 50px;
    overflow: hidden;
}
.p_class .w1{
    float: left;
    position: relative;
    width: 295px;
    height: 295px;
    margin: 10px 10px 0 0;
}
.p_class .w2{
    float: left;
    position: relative;
    width: 590px;
    height: 295px;
    margin: 10px 10px 0 0;
}
.p_class .w3{
    float: left;
    position: relative;
    width: 895px;
    height: 295px;
    margin: 10px 10px 0 0;
}
.p_class .prn{
    margin-right: 0;
}

.p_class .w_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: rgba(255,44,50,0.7);
    transition: 0.5s;
    cursor: pointer;
}
.p_class .w_cover:hover{
    background: rgba(255,44,50,0);
    transition: 0.5s;
}
.p_class .w_cover_green{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: rgba(57,185,168,0.7);
    transition: 0.5s;
    cursor: pointer;
}
.p_class .w_cover_green:hover{
    background: rgba(57,185,168,0);
    transition: 0.5s;
}
.p_class .w_more{
    color: #ffffff;
    width: 40px;
    padding: 3px 15px;
    margin: 0 auto;
    border: #ffffff 1px solid;
}
.p_class .w_name{
    font-size: 24px;
    margin-top: 15px;
}
.p_class .w_cover_con{
    width: 100%;
    text-align: center;
    margin-top: 120px;
}



.pbig{
    width: 1100px;
    height: 250px;
    padding: 30px 50px;
    margin-bottom: 10px;
    background: #ffffff;
}
.pbig .pb_l{
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.pbig .pb_l img{
    margin-left: -77px;
}
.pbig .pb_r{
    float: left;
    width: 690px;
    height: 220px;
    margin: 30px 80px;
}
.pb_r .pb_title{
    width: 700px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    color: #262626;
}
.pb_r .pb_con{
    margin: 20px 0;
    width: 700px;
    height: 70px;
    color: #797979;
    line-height: 30px;
    overflow: hidden;
}
.pb_r .pb_more{
    height: 21px;
    line-height: 21px;
    color: #ffffff;
    background: #ff2c32;
    padding: 6px 20px;
}
.pb_more:hover{
    color: #797979;
}
.psmall{
    width: 1210px;
    margin: 0 0 50px;
}
.ps_item{
    float: left;
    width: 270px;
    padding: 11px;
    text-align: center;
    background: #ffffff;
    margin: 0 10px 10px 0;
}
.ps_item .ps-a{
    display: block;
    width: 270px;
    overflow: hidden;
}
.ps_item .ps-a img{
    margin-left: -75px;
}
.ps_item:nth-child(4n){
    margin: 0 0 10px 0;
}
.ps_item .ps_title{
    height: 35px;
    line-height: 35px;
    width: 270px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ps_item .ps_script{
    height: 30px;
    line-height: 30px;
    width: 270px;
    font-size: 14px;
    color: #797979;
}



/* ==========================================================================
   Component: 案例
 ============================================================================ */
.line{
    height: 0;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    margin: 8px 0 12px;
}
.case_box{
    width: 1220px;
    height: auto;
    margin: 0 0 50px;
}
.case_item{
    display: block;
    float: left;
    width: 590px;
    height: 235px;
    margin: 0 20px 20px 0;
}
.case_item:nth-child(2n){
    margin: 0 0 20px 0;
}
.case_img{
    float: left;
    width: 340px;
    height: 235px;
    overflow: hidden;
}
.case_content{
    position: relative;
    float: left;
    width: 230px;
    height: 215px;
    padding: 10px;
    background: #ffffff;
}
.case_content:before{
    content: "";
    border-width: 12px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 40px;
    left: -24px;
}
.case_name,.case_object,.case_time{
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_name{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #ff2c32;
    font-size: 18px;
    margin-bottom: 10px;
}
.case_name:hover{
    color: #999999;
}
.case_object,.case_time{
    height: 20px;
    line-height: 20px;
    color: #797979;
    font-size: 12px;
}
.case_con{
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #262626;
    font-size: 13px;
}
.case_more{
    display: inline-block;
    padding: 1px 0;
    width: 80px;
    border: 1px solid #ff2c32;
    margin-top: 20px;
    text-align: center;
    color: #ff2c32;
}
.case_more:hover{
    color: #797979;
}


/* ==========================================================================
   Component: 联系我们
 ============================================================================ */
.contact_explain{
    width: 1180px;
    height: 190px;
    padding: 10px;
    background: #ffffff;
}
.explain_left{
    float: left;
    width: 285px;
    height: 190px;
}
.explain_right{
    float: left;
    width: 795px;
    height: 90px;
    padding: 50px;
    line-height: 30px;
    color: #797979;
}
.contact_ditu{
    margin: 20px 0;
}
.contact_ditu{
    width: 1200px;
    height: auto;
}
.ditu_left{
    float: left;
    width: 775px;
}
.ditu_right{
    float: left;
    width: 425px;
}
.branch_item{
    float: left;
    width: 350px;
    height: 105px;
    padding: 20px;
    margin-right: 15px;
    background: #ffffff;
}
.branch_item h3{
    font-size: 18px;
    height: 30px;
    color: #ff2c32;
}
.branch_item .branch_info{
    line-height: 28px;
}
.contact_branch .last_item{
    margin-right: 0;
}



/* ==========================================================================
   Component: 详情页
 ============================================================================ */

.aritcle{
    padding: 60px 100px;
}
.aritcle h3{
    font-size: 26px;
    text-align: center;
}
.aritcle .article_time{
    color: #797979;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.aritcle .aritcle_text{
    margin-top: 5px;
    color: #222222;
}
.aritcle .aritcle_text img{
    margin:0 auto;
}









</pre></body></html>